
header {
    height: 100px;
    padding: 5px;
    padding-bottom: 40px;
}
body {
    margin: 0px;
    padding: 0px;
    border-top: none;
    background: linear-gradient(to right,black, grey,black);
}

center {
    margin-top: 150px;
}
span {
    color: rgb(134, 0, 0);
}

q {
    font-size: 20px;
    color: white;
    font-style: italic;
}

#author {
    font-size: 20px;
    color: white;
}

.desc {
    flex: wrap;
    font-size: 20px;
    text-align: center;
    font-weight: bolder;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    color: black;

}
.titleName{
    color: azure;
    text-align: center;
    padding: 20px;
    font-size: 40px;
}
.searchBtn {
    height: 33px;
    width: 75px;
    border: .5px solid black;
    border-radius: 7px;
}

/* search button hover */
.searchBtn:hover {
    font-size: 95%;
    color: white;
    text-shadow: 1px 1px black;
    background-color: red;
    border: .5px solid white;
}

#searchArtists {
    height: 30px;
    text-align: center;
    width: 200px;
    border-radius: 7px;
    border: .5px solid black;
}

/* search input hover */
#searchArtists:hover {
    background-color: lightblue;  
    border: .5px solid white;
}
#searchPostal {
    height: 30px;
    text-align: center;
    width: 200px;
    border-radius: 7px;
    border: .5px solid black;
}

/* search input hover */
#searchPostal:hover {
    background-color: lightblue;  
    border: .5px solid white;
}
.postalBtn {
    height: 33px;
    width: 75px;
    border: .5px solid black;
    border-radius: 7px;
}

/* search button hover */
.postalBtn:hover {
    font-size: 95%;
    color: white;
    text-shadow: 1px 1px black;
    background-color: red;
    border: .5px solid white;
}
.background {
    background-image: url("images/backgroundimg.jpg");  
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    display: block;
    border: 2px solid greenyellow;
    overflow-y: scroll;
    width: 750px;
    height: 350px;
    scrollbar-color: greenyellow;
    border-radius: 10px;
}
.artists {
    display: inline-flex;
}
.descTitle {
    color: yellowgreen;
    margin-top: 65px;
    text-align: center;
    margin-bottom: 30px;
}
.descBox {
    color: yellowgreen;
    font-size: 30px;
    margin-left: 100px;
    margin-right: 100px;
}
.info {
    text-align: center;
}
.artists a {
    border: 1px solid whitesmoke;
    background-color: rgb(45, 43, 43);
    text-align: center;
    color: greenyellow;
    width: 200px;
    display: block;
    margin: auto;
    text-decoration: none;
    font-size: 20px;
    padding: 6px;
    margin: 2px 0px 2px 2px;
}
.icon {
    color: white;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    color: rgb(45, 43, 43);
    background-color: greenyellow;
    margin-top: 3px;
}

::-webkit-scrollbar {
    width: 1vw;
}
::-webkit-scrollbar-thumb {
    background-color: greenyellow;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    background-color: rgb(45, 43, 43);
    border-radius: 10px;
}
.searchHistory {
    background-color: rgb(45, 43, 43);
    color: greenyellow;
    font-size: 50px;
    border: solid 2px greenyellow;
    height: 350px;
    border-radius: 10px;
    margin-left: 30px;
    width: 250px;
    
}
.upcomingEv {
    background-color: rgb(45, 43, 43);
    color: greenyellow;
    border: 2px solid greenyellow;
    height: 350px;
    overflow-y: scroll;
    border-radius: 10px;
    margin-right: 30px;
    width: 250px;
}
.events {
    height: 300px;
    display: flex;
justify-content: center;
}
.searchHistory ul {
    font-size: 30px;
    text-align: start;
}

#history {
    font-size: 20px;
    text-decoration: underline;
    text-align: center ;
}
.zipcenter {
    margin-top: 2px;
}
#searchPostal {
    text-align: center;
}
@media only screen and (max-width: 600px) {
    .events {
        display: block;
        margin: 0px;
    }
    .upcomingEv {
        width: 100%;
    }

    .background {
        width: 100%;
        text-align: center;
        margin-top: 10px;

    }

    .descTitle {
        margin-top: 300%;
    }

    .searchHistory {
        width: 100%;
        margin: 0%;
        font-size: 500%;
        text-align: center;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 460px) {

        .descTitle {
            margin-top: 500%;
        }
    }

    @media only screen and (max-width: 350px) {

        .descTitle {
            margin-top: 700%;
        }
    }
